From: Rello Date: Fri, 31 Jan 2025 07:15:41 +0000 (+0100) Subject: Link to new documentation X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~101^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bbdea80574ae35c826273f68649fd9f869b4c681;p=nextcloud-desktop.git Link to new documentation Signed-off-by: Rello --- diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 7850f7ff0..f25ff9b58 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -432,7 +432,7 @@ QString Theme::helpUrl() const #ifdef APPLICATION_HELP_URL return QString::fromLatin1(APPLICATION_HELP_URL); #else - return QString::fromLatin1("https://docs.nextcloud.com/desktop/%1.%2/").arg(MIRALL_VERSION_MAJOR).arg(MIRALL_VERSION_MINOR); + return QString::fromLatin1("https://docs.nextcloud.com/#desktop"); #endif }